Release 10.1A: OpenEdge Data Management:
SQL Reference


SIN

Returns the sine of expression.

Syntax

SIN ( expression ) 

Example

This example illustrates the SIN trigonometric function:

select sin(45 * pi()/180) 'Sine of 45 degrees' from MYMATH; 
  
SINE OF 45 DEGREES 
------------------  
0.707106781186547 
  
1 record selected 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095